home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Developer / BBFig / Source / Makefile < prev    next >
Encoding:
Makefile  |  1994-05-09  |  1.1 KB  |  53 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = BBFig
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = BBFig.tiff
  16. GLOBAL_RESOURCES = BBFig.nib Document.nib FindManager.nib Help.nib\
  17.                    Info.nib Prefs.nib BBFig.tiff
  18.  
  19. CLASSES = FindManager.m PSText.m YapApp.m YapDocument.m YapOutput.m
  20.  
  21. HFILES = regex.h FindManager.h PSText.h YapApp.h YapDocument.h\
  22.          YapOutput.h
  23.  
  24. MFILES = BBFig_main.m
  25.  
  26. CFILES = regex.c
  27.  
  28. PSWFILES = BBox.psw YapWrap.psw
  29.  
  30. OTHERSRCS = README.rtf
  31.  
  32.  
  33. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  34. MAKEFILE = app.make
  35. INSTALLDIR = $(HOME)/Apps
  36. INSTALLFLAGS = -c -s -m 755
  37. SOURCEMODE = 444
  38.  
  39. ICONSECTIONS =    -sectcreate __ICON app BBFig.tiff
  40.  
  41. LIBS = -lMedia_s -lNeXT_s
  42. DEBUG_LIBS = $(LIBS)
  43. PROF_LIBS = $(LIBS)
  44.  
  45.  
  46. -include Makefile.preamble
  47.  
  48. include $(MAKEFILEDIR)/$(MAKEFILE)
  49.  
  50. -include Makefile.postamble
  51.  
  52. -include Makefile.dependencies
  53.